home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMNEWUPDATE / TFRMNEWUPDATE.txt
Text File  |  2008-08-19  |  2KB  |  108 lines

  1. object FrmNewUpdate: TFrmNewUpdate
  2.   Left = 371
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'Check for updates'
  6.   ClientHeight = 349
  7.   ClientWidth = 376
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 10
  20.     Top = 11
  21.     Width = 353
  22.     Height = 101
  23.     Caption = ' New Update Available '
  24.     TabOrder = 0
  25.     object LabelCurrent: TLabel
  26.       Left = 112
  27.       Top = 24
  28.       Width = 62
  29.       Height = 13
  30.       Caption = 'LabelCurrent'
  31.     end
  32.     object labelNewVersion: TLabel
  33.       Left = 112
  34.       Top = 48
  35.       Width = 31
  36.       Height = 13
  37.       Caption = 'Label1'
  38.     end
  39.     object LabelReleaseDate: TLabel
  40.       Left = 112
  41.       Top = 72
  42.       Width = 31
  43.       Height = 13
  44.       Caption = 'Label1'
  45.     end
  46.     object Label1: TLabel
  47.       Left = 16
  48.       Top = 24
  49.       Width = 83
  50.       Height = 13
  51.       Caption = 'Installed Version:'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 16
  55.       Top = 48
  56.       Width = 79
  57.       Height = 13
  58.       Caption = 'Current Version:'
  59.     end
  60.     object Label3: TLabel
  61.       Left = 16
  62.       Top = 72
  63.       Width = 68
  64.       Height = 13
  65.       Caption = 'Release Date:'
  66.     end
  67.   end
  68.   object GroupBox2: TGroupBox
  69.     Left = 10
  70.     Top = 120
  71.     Width = 353
  72.     Height = 185
  73.     Caption = ' Release notes '
  74.     TabOrder = 1
  75.     object Memo1: TMemo
  76.       Left = 7
  77.       Top = 18
  78.       Width = 336
  79.       Height = 161
  80.       BorderStyle = bsNone
  81.       Color = clBtnFace
  82.       ReadOnly = True
  83.       ScrollBars = ssVertical
  84.       TabOrder = 0
  85.     end
  86.   end
  87.   object Button1: TButton
  88.     Left = 144
  89.     Top = 317
  90.     Width = 105
  91.     Height = 23
  92.     Caption = 'Download update'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 2
  96.   end
  97.   object Button2: TButton
  98.     Left = 256
  99.     Top = 317
  100.     Width = 105
  101.     Height = 23
  102.     Cancel = True
  103.     Caption = '&Close'
  104.     ModalResult = 2
  105.     TabOrder = 3
  106.   end
  107. end
  108.